#navcontainer #current {
	background: url('../../images/bg_whitefade.png');
}

#navcontainer a:hover {
	background: url('../../images/bg_whitefade.png');
}

#navcontainer a.active {
	background: url('../../images/bg_whitefade.png');
}

#navcontainer .currentAncestor {
	background: url('../../images/bg_whitefade.png');
}

#navcontainer ul ul {
	background: url('../../images/bg_whitefade.png');
}

#navcontainer ul ul ul {
	background: url('../../images/bg_whitefade.png');
}

#navcontainer ul ul #current {
	background: transparent;
}

#navcontainer ul ul ul #current {
	background: transparent;
}

